Standardize OWASP dependency-check aggregate execution - #2
Open
cappscolton wants to merge 2 commits into
Open
Conversation
Bind dependency-check:aggregate to the verify phase so the scan runs as part of the build, and align configuration across repos: nvdApiKey and ossIndexServerId are now set everywhere. failBuildOnCVSS is left commented out except where it was already enabled.
Bind the aggregate execution to the compile phase instead of verify so vulnerable dependencies surface before the rest of the build runs. Turn plugin scanning off and NVD auto-update on across every project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs OWASP dependency-check as a single
aggregateexecution bound toverifyat the root (rather thancheckper module), so the build produces one combined report. Adds thenvdApiKeyandossIndexServerIdconfiguration everywhere, and bumps maven-enforcer-plugin to 3.6.3 for Maven 4 compatibility.failBuildOnCVSSis left commented out except where it was already active.Commits: